func runtime.typehash
8 uses
runtime (current package)
alg.go#L148: return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
alg.go#L150: return c1 * typehash(t, a.data, h^c0)
alg.go#L175: return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
alg.go#L177: return c1 * typehash(t, a.data, h^c0)
alg.go#L202: func typehash(t *_type, p unsafe.Pointer, h uintptr) uintptr {
alg.go#L234: h = typehash(a.Elem, add(p, i*a.Elem.Size_), h)
alg.go#L243: h = typehash(f.Typ, add(p, f.Offset), h)
alg.go#L255: return typehash(t, p, h)